Skip to content

Conversation

M1cha
Copy link
Contributor

@M1cha M1cha commented Oct 9, 2025

mbedtls_ssl_get_peer_cid takes size_t, not socklen_t. c546c1c
changed the type of socklen_t to something that is incompatible with native offloaded sockets, which caused a compiler error.

mbedtls_ssl_get_peer_cid takes size_t, not socklen_t.
c546c1c
changed the type of socklen_t to something that is incompatible with native
offloaded sockets, which caused a compiler error.

Signed-off-by: Michael Zimmermann <[email protected]>
Copy link

sonarqubecloud bot commented Oct 9, 2025

@cfriedt cfriedt merged commit 58016ed into zephyrproject-rtos:main Oct 13, 2025
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants